home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Misc / Uupc 3.1 sources.sit / uupc 3.1 sources Folder / Mac specific / lib.proto.h < prev    next >
Encoding:
Text File  |  1992-03-01  |  246 b   |  10 lines  |  [TEXT/KAHL]

  1.  
  2. /* lib.c */
  3. int MKDIR(char *path);
  4. int CHDIR(char *path);
  5. int OPEN(char *name, int mode);
  6. FILE *FOPEN(char *name, char *mode, char ftype);
  7. int CREAT(char *name, int mode, char ftyp);
  8. int UNLINK(char *path);
  9. int getargs(char *line, char **flds);
  10.